context.cancelCtx.Deadline (method, view implemented interface methods)
13 uses
context (current package)
context.go#L72: Deadline() (deadline time.Time, ok bool)
context.go#L617: if cur, ok := parent.Deadline(); ok && cur.Before(d) {
github.com/gotd/td/internal/mtproto
connect.go#L70: if deadline, ok := ctx.Deadline(); ok {
github.com/gotd/td/transport
connection.go#L41: if deadline, ok := ctx.Deadline(); ok {
connection.go#L63: if deadline, ok := ctx.Deadline(); ok {
golang.org/x/net/internal/socks
client.go#L26: if deadline, ok := ctx.Deadline(); ok && !deadline.IsZero() {
net
dial.go#L183: if d, ok := ctx.Deadline(); ok {
dial.go#L460: if d, ok := ctx.Deadline(); !ok || deadline.Before(d) {
dial.go#L598: if deadline, hasDeadline := ctx.Deadline(); hasDeadline {
dnsclient_unix.go#L181: if d, ok := ctx.Deadline(); ok && !d.IsZero() {
fd_unix.go#L88: if deadline, hasDeadline := ctx.Deadline(); hasDeadline {
net/http
client.go#L309: d, ok := ctx.Deadline()
socks_bundle.go#L32: if deadline, ok := ctx.Deadline(); ok && !deadline.IsZero() {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |